Skip to content

Case creator widget

Status Component Type

Wraps case creators component (high level component)

Usage

This Component can be used by using the following HTML Tag:

<tcla-live-apps-case-creator-widget></tcla-live-apps-case-creator-widget>

Inputs

Attribute Type Comments
application CaseType CaseType model for the case type you want to run a case creator for (normally comes from an application selector component)
customFormDefs CustomFormDefs Custom Form configuration file
initialData any override the initial data for a case creator
sandboxId number sandboxId - this comes from claims resolver
uiAppId string The Application ID of the UI (should ideally be unique as it is shared state key)

Outputs

Attribute Type Comments
caseCreated EventEmitter
Event caseCreated Case Creator started (process started)
Payload ProcessId ProcessId object output on case creation (details of process started)

full development Documentation

Link to LiveAppsCaseCreatorWidgetComponent